Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Accessible | getAccessibleAt(int r,
int c)
Returns the Accessible at a given (row, column) in the table |
int | getAccessibleColumnAtIndex(int i)
Returns the column at a given index into the table |
int | getAccessibleColumnCount()
Returns the number of columns in the table |
Accessible | getAccessibleColumnHeader(int c)
Return the header text of the specified column in the table |
int | getAccessibleIndexAt(int r,
int c)
Returns the index at a given (row, column) in the table |
int | getAccessibleRowAtIndex(int i)
Returns the row at a given index into the table |
int | getAccessibleRowCount()
Returns the number of rows in the table |
Accessible | getAccessibleRowHeader(int r)
Return the header text of the specified row in the tabe |
Method Detail |
public int getAccessibleRowCount()
public int getAccessibleColumnCount()
public int getAccessibleRowAtIndex(int i)
i
- zero-based index into the tablepublic int getAccessibleColumnAtIndex(int i)
i
- zero-based index into the tablepublic int getAccessibleIndexAt(int r, int c)
r
- zero-based row of the table
c
- zero-based column of the tablepublic Accessible getAccessibleAt(int r, int c)
r
- zero-based row of the table
c
- zero-based column of the tablepublic Accessible getAccessibleRowHeader(int r)
r
- zero-based row of the tablepublic Accessible getAccessibleColumnHeader(int c)
c
- zero-based column of the tableOverview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |